home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / collapse.swf / scripts / frame_13 / PlaceObject2_143_68 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  188 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.score > _root.balls)
  3.    {
  4.       _root.totalscore = _root.score - _root.balls;
  5.    }
  6.    else
  7.    {
  8.       _root.totalscore = _root.score;
  9.    }
  10. }
  11.